Execute Transfer
Executes a transfer of funds between Ripio Trade and Ripio Wallet.
The transfer can be initiated in both directions:
- TO_WALLET: Moves funds from Ripio Trade to Ripio Wallet
- FROM_WALLET: Moves funds from Ripio Wallet to Ripio Trade
Authorization
- Requires a valid API key.
- Required API-key permission(s):
- Internal Balance Transfer (Write)
Headers
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.
Path Parameters
This property was not properly documented
Body
Amount to transfer in the specified currency. Must be greater than 0. The amount is validated against available balance and minimum transfer limits.
"100"
Transfer direction indicating the fund flow:
- TO_WALLET: Transfer from Ripio Trade to Ripio Wallet
- FROM_WALLET: Transfer from Ripio Wallet to Ripio Trade
"TO_WALLET"